DotNetCoreCAP

2022年5月7日—CAP是一个EventBus,同时也是一个在微服务或者SOA系统中解决分布式事务问题的一个框架。它有助于创建可扩展,可靠并且易于更改的微服务系统。,了解如何使用CAP构建微服务事件总线架构,它比直接集成消息队列提供了哪些优势,它提供了哪些开箱即用的功能。安装¶.PM>Install-PackageDotNetCore.CAP ...,CAPisalibrarybasedon.netstandard,whichisasolutiontodealwithdistributedtransactions,alsohasthefunction...

NetCore使用DotNetCore.CAP框架原创

2022年5月7日 — CAP 是一个EventBus,同时也是一个在微服务或者SOA系统中解决分布式事务问题的一个框架。它有助于创建可扩展,可靠并且易于更改的微服务系统。

快速开始

了解如何使用CAP 构建微服务事件总线架构,它比直接集成消息队列提供了哪些优势,它提供了哪些开箱即用的功能。 安装¶. PM> Install-Package DotNetCore.CAP ...

CAP

CAP is a library based on .net standard, which is a solution to deal with distributed transactions, also has the function of EventBus, it is lightweight, easy ...

[DotnetCore]EventBus套件CAP:以RabbitMQ為例

2021年8月21日 — 透過 CAP 套件監聽 Queue 也是非常簡單,只要在你在邏輯處裡的 Method 上面套上相對應的 Attribute 即可完成。

dotnetcoreCAP: Distributed transaction solution in micro

CAP is a library based on .Net standard, which is a solution to deal with distributed transactions, has the function of EventBus, it is lightweight, easy to use ...

Releases · dotnetcoreCAP

2023年12月14日 — Releases: dotnetcore/CAP · 8.0.1 · Bug Fixed · 8.0.0 · Breaking Changes · Features · Bug Fixed · 7.2.2 · Features. NATS support consumer config ...

NET Core微服务之开源项目CAP的初步使用

2018年7月25日 — CAP 是一个在分布式系统中(SOA,MicroService)实现事件总线及最终一致性(分布式事务)的一个开源的C# 库,她具有轻量级,高性能,易使用等特点。我们 ...

NET Core 事件总线,分布式事务解决方案:CAP

2017年7月21日 — CAP 是开源免费的。CAP基于MIT协议开源,你可以免费的在你的私人或者商业项目中使用,不会有人向你收取任何费用。

DotNetCore.CAP 8.0.1

CAP is a library based on .Net standard, which is a solution to deal with distributed transactions, has the function of EventBus, it is lightweight, easy to use ...

DotNetCore.CAP.Dashboard 8.0.1

Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.